home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Uninvited Press Kit
/
THE UNINVITED.iso
/
pc
/
program.dxr
/
Internal_20_Pic Frame Behavior.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2008-12-30
|
213 b
|
15 lines
global gphotolist
on enterFrame me
frmRef = the frameLabel
if gphotolist.getPos(frmRef) > 0 then
sprite(86).visible = 1
else
sprite(86).visible = 0
end if
end
on exitFrame me
go(the frame)
end